home *** CD-ROM | disk | FTP | other *** search
-
- This is an old idea i have thought about some time now, and i pushed
- myself to create these arexx scripts...
-
- What they will do? Simply allow you to access internet in Amigaguide
- documents...
-
- You can now send mail, access WWW pages and download/upload files just
- by pressing an button in a guide.
-
- How does it work?
-
- Ok, lets look at an example:
-
- @{" buttontext " system "run >CON: sys:rexxc/rx MAIL name@address"}
- | | | |
- Where text output should go ' | | ` The receivers
- Disable it with >NIL:, make | | email address
- a logfile with something like | |
- >ram:logfile.txt, let your | `- My arexx command.
- amiga speak it with >SPEAK: |
- Use your imagination! |
- `- For some reason, you must supply the
- complete path to the arexx RX command
- here.
-
- MAIL - Send mail to anyone
-
- WWW - Access any http document using AMosaic. If AMosaic isn't loaded, it
- will automatically be loaded.
-
- FTPGET/
- FTPPUT - Get/put/ a file from any ftp host. For this to work, you must use
- FTPMOUNT which you can find on Aminet. It will mount FTP as a part
- of your filesystem. Anyway, if you don't give it any parameters, a
- reqtools requester will appear.
-
- For more information, check out the Example.GUIDE, it will explain
- everything for you... Or you could allways ask me for help!
-
- Note that you SHOULD edit the preferences in each of the files. Otherwize it
- won't work. (Just load the scripts into an editor...)
-
- REQUIREMENTS:
- #############
-
- * AREXX (Naturally :-)
-
- * A connection to internet with AmiTCP or similar...
-
- * FTMount for FTP fileaccess... It allows you to access FTP sites like a
- real part amigados filesystem. (pub/aminet/comm/tcp/FTPMount.lha)
-
- * Amosaic for WWW documents. (pub/aminet/comm/tcp/Mosaic1.2AmiTC.lha)
-
- * Amiga ELM for direct EMAIL. (pub/aminet/comm/mail/AmigaElm-v8.lha)
-
-
- Christer Bjarnemo mr.bjarnemo@mn.medstroms.se
-